@font-face {
  font-family: "PAYBACKLight";
  src: url("../media/fonts/payback_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-self: center;
  align-items: center;
  margin: 2rem 0;
  padding: 2rem;
  border: 2px solid #003eb0;
  border-radius: 5px;
  color: #f5f5f5;
  width: 100%;
}
form input[type=file] {
  display: none;
}
form button {
  font-size: 1rem;
  font-family: "PAYBACKLight", "Montserrat", sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  background-color: #003eb0;
  border: 1px solid #f5f5f5;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
}
form button:hover {
  background-color: rgb(0, 44.0340909091, 125);
}
form .file-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30vh;
  width: 100%;
  border: 1px dashed #0d1b2a;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #003eb0;
}
form .file-drop:hover {
  background-color: rgb(219.5, 219.5, 219.5);
}
form #file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
form .file-text {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  font-size: 1.6rem;
  font-family: "PAYBACKLight", "Montserrat", sans-serif;
  font-weight: 400;
  color: #003eb0;
  cursor: pointer;
}
form .file-text:hover {
  background-color: transparent;
}

.dragging {
  background-color: rgb(219.5, 219.5, 219.5);
}/*# sourceMappingURL=upload.css.map */